1bashThis demonstrates performing arithmetic operations in Bash using the $((...)) syntax.echo $(( 10 + 5 )) # => 15bash internaldata manipulationsarithmetic operationsbasic arithmetic